home *** CD-ROM | disk | FTP | other *** search
- rem The process starts here. This batch file is called from the Autoexec.bat.
- rem obviously, you can tailor it to your needs.
- cls
- c:
- cd\lantasti
- c:\qemm\loadhi /r:2 aex @srvperf.swi
- c:\qemm\loadhi /r:2 ailanbio @srvperf.swi
- c:\qemm\loadhi /r:2 redir server1 @srvperf.swi
- :again
- c:\qemm\loadhi /r:2 server @srvperf.swi
- rem I use a utility called ifserver (found on ARTIFACTS under ifserver.zip)
- rem to test whether or not the machine was successful in bringing up the
- rem server.
- ifserver
- if errorlevel==1 if not errorlevel 2 goto continue
- if errorlevel==0 if not errorlevel 1 goto again
- :continue
- cls
- echo Server is loaded. Continuing.
- cls
- c:\qemm\loadhi /r:2 ups @srvperf.swi
- c:\qemm\loadhi /r:2 share /f:200/l:200
- rem Now that the network is started, we can begin the real work. First, I call
- rem a batch file that will log the user into the network. I called it login so
- rem that users don't have to remember cryptic batch file names, and so that any
- rem NOVELL users can instantly know what to do.
-
- call login
-
-